home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / swish.11 / src / string.h < prev    next >
C/C++ Source or Header  |  1995-03-11  |  423b  |  22 lines

  1. /*
  2. ** Copyright (C) 1995, Enterprise Integration Technologies Corp.        
  3. ** All Rights Reserved.
  4. ** Kevin Hughes, kevinh@eit.com 
  5. ** 3/11/94
  6. */
  7.  
  8. char *lstrstr();
  9. char *getword();
  10. char *getconfvalue();
  11. char *parsetitle();
  12. char *mystrdup();
  13. int iswordchar();
  14. char *replace();
  15. int wordcompare();
  16. char *convertentities();
  17. char *getent();
  18. char *converttonamed();
  19. int hasnumbered();
  20. char *converttoascii();
  21. int hasnonascii();
  22.